projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212db81
)
(NSTATICS): Revert spurious change made in last merge.
author
Jason Rumney
<jasonr@gnu.org>
Mon, 29 Oct 2007 23:31:22 +0000
(23:31 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Mon, 29 Oct 2007 23:31:22 +0000
(23:31 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 80abe170748d701b7c46ed93c76236c067111712..5e3c38943f49fb6a3cdda7f5b560a8f620cc4e49 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-502,7
+502,7
@@
struct gcpro *gcprolist;
/* Addresses of staticpro'd variables. Initialize it to a nonzero
value; otherwise some compilers put it into BSS. */
-#define NSTATICS
128
0
+#define NSTATICS
0x60
0
static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
/* Index of next unused slot in staticvec. */